Add (inappropriately sized) app icons.
authorrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Fri, 7 Aug 2009 00:03:54 +0000 (00:03 +0000)
committerrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Fri, 7 Aug 2009 00:03:54 +0000 (00:03 +0000)
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3746 f51c46e8-681c-474f-0cfe-069cfd0219fb

gpsbabel/gui/app.pro
gpsbabel/gui/images/appicon.icns [new file with mode: 0644]

index 9297d679ac6a755c9172d11da129b3d41c65fb05..584471610b4733b678d736c36c7eb65dfe31bffc 100755 (executable)
@@ -1,4 +1,4 @@
-# $Id: app.pro,v 1.6 2009-08-06 03:19:10 robertl Exp $
+# $Id: app.pro,v 1.7 2009-08-07 00:03:53 robertl Exp $
 #
 
 #CONFIG += qt debug console
@@ -7,6 +7,8 @@ CONFIG += qt release
 # For Mac, build Universal binary.   Ignored on other OSes.
 CONFIG += x86 ppc
 
+ICON = images/appicon.icns
+
 QT += network \
     xml \
     webkit
diff --git a/gpsbabel/gui/images/appicon.icns b/gpsbabel/gui/images/appicon.icns
new file mode 100644 (file)
index 0000000..9fc76d7
Binary files /dev/null and b/gpsbabel/gui/images/appicon.icns differ